-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added FAQ directory under docs, with several entries #106
base: main
Are you sure you want to change the base?
Conversation
@kjmcclaning I quite like the cheat sheet and I'd like to move that to the core documentation. On the other hand, I'm not sure that the big printouts of everything inside Chaco classes is very educational, and adds little to the API docs (http://docs.enthought.com/chaco/programmers_reference.html), so I would suggest publishing it on a more suitable medium (a series of blog posts, if you have a blog?) What do others think? |
I believe that the documentation is the major issue that keeps Chaco Speaking as a non-expert user of Chaco, I found that you have to travel The source code at the very beginning of each document is meant to give I originally removed most of the lines of the introspection output and The problem I see with including only the cheat sheet is that the cheat myPlot = Plot( myArrayPlotData ) and expressing what those instances are and how they work together to On 3/22/2013 7:02 AM, Pietro Berkes wrote:
|
@kjmcclaning Sorry for the delay in getting back to you. I agree with Pietro that this content isn't in a form that can be merged as is IMO. There is a ton of valuable code and tips there but I don't think dumping it into a new FAQ folder is the right way forward. There is no question Chaco's documentation isn't where it needs to be and contributions to change this is very welcome. I would like to suggest that we cherry pick examples you are giving that would allow to fill some of the sections of the user manual that are not written in particular in the http://docs.enthought.com/chaco/user_manual/how_do_i.html which has a purpose similar to your FAQ. One obvious thing you could contribute there is how do I customize the y axis of a colorbar? Other aspects of your documentation would make for valuable additions to the programmer's reference (http://docs.enthought.com/chaco/programmers_reference.html). It will take effort to merge things and yet keep the coherence of the whole descriptions. If you have the time, please cherry pick 1 or 2 files at a time and make a PR for atomic improvements to the user guide and programmer's reference and we can discuss them individually. If you don't have the time, and since I am planning on putting some effort into documentation in the next few months, I would like to have your permission to re-use/adapt some of your code to do these improvements. Let us know how you want to be involved. Ps In your response to you, diving into the gory details of Traits and CHaco and understanding the mapping of it all is a serious task but it is very difficult to transfer that understanding to someone else, and most of this isn't the goal of the Chaco documentation. I agree with Pietro that some of that understanding process would make for valuable blog posts. |
Jonathan et al. -- Please feel free to re-use/adapt any of the code or other text I I would very much enjoy being involved with writing documentation for The form of the documentation I submitted arose from my frustration of I'll work on your suggestion of "How do I customize the y axis of a Kevin On 11/20/2013 1:34 PM, Jonathan Rocher wrote:
|
All -- I've published most of the Traits, TraitsUI and Chaco documentation that http://www.mcclaning.com/kevin/index.php/python Feel free to use as you see fit. Also, would it be within the rules to post this link to the Enthough-Dev Kevin On 3/22/2013 7:02 AM, Pietro Berkes wrote:
|
@kjmcclaning - Lovely blog posts!! Yes, please feel free to post the link to the Enthought-Dev list (to be clear, the list is not a Digest, though you presumably have elected to receive Digest summaries of the list's postings; see http://www.list.org/mailman-member/node27.html). You would post by sending a new email to [email protected] I also added a link to your blog here: https://support.enthought.com/entries/22878645-Introductory-materials-for-Traits-and-Traits-UI |
FAQ directory with entries on Chaco line plots, controlling various aspects of plots, the start of a Chaco cheat sheet, and how to add a colorbar to an image plot.